IContext

Context definition for a 3d rendering toolkit.

Members

Properties

activate
void activate [@property getter]

Activates the context for use.

destroy
void destroy [@property getter]

Destroys a context.

shadingLanguageVersion
string shadingLanguageVersion [@property getter]

Version of the shading language available

swapBuffers
void swapBuffers [@property getter]

Swap the buffers, to make the output display.

toolkitVersion
string toolkitVersion [@property getter]

Version of the toolkit being used.

type
WindowContextType type [@property getter]

What type of context is this?

Meta